home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / startu1a / form1.frm < prev    next >
Text File  |  1999-08-31  |  10KB  |  403 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Startup Effects"
  5.    ClientHeight    =   3375
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4455
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    ScaleHeight     =   3375
  12.    ScaleWidth      =   4455
  13.    StartUpPosition =   2  'CenterScreen
  14.    Begin VB.CommandButton Command1 
  15.       Caption         =   "Preview"
  16.       Height          =   255
  17.       Left            =   120
  18.       TabIndex        =   30
  19.       Top             =   3000
  20.       Width           =   4215
  21.    End
  22.    Begin VB.Frame Frame2 
  23.       Caption         =   "Shutdown"
  24.       Height          =   1335
  25.       Left            =   120
  26.       TabIndex        =   15
  27.       Top             =   1560
  28.       Width           =   4215
  29.       Begin VB.OptionButton SelD7 
  30.          Caption         =   "Bounce Left"
  31.          Height          =   255
  32.          Left            =   2400
  33.          TabIndex        =   29
  34.          Top             =   480
  35.          Width           =   1215
  36.       End
  37.       Begin VB.OptionButton SelD1 
  38.          Caption         =   "Zoom In"
  39.          Height          =   255
  40.          Left            =   120
  41.          TabIndex        =   28
  42.          Top             =   240
  43.          Value           =   -1  'True
  44.          Width           =   975
  45.       End
  46.       Begin VB.OptionButton SelD2 
  47.          Caption         =   "Zoom Out"
  48.          Height          =   255
  49.          Left            =   1080
  50.          TabIndex        =   27
  51.          Top             =   240
  52.          Width           =   1095
  53.       End
  54.       Begin VB.OptionButton SelD3 
  55.          Caption         =   "Slide Left"
  56.          Height          =   255
  57.          Left            =   2160
  58.          TabIndex        =   26
  59.          Top             =   240
  60.          Width           =   975
  61.       End
  62.       Begin VB.OptionButton SelD5 
  63.          Caption         =   "Slide Right"
  64.          Height          =   255
  65.          Left            =   120
  66.          TabIndex        =   25
  67.          Top             =   480
  68.          Width           =   1095
  69.       End
  70.       Begin VB.OptionButton SelD4 
  71.          Caption         =   "Slide Up"
  72.          Height          =   255
  73.          Left            =   3120
  74.          TabIndex        =   24
  75.          Top             =   240
  76.          Width           =   975
  77.       End
  78.       Begin VB.OptionButton SelD6 
  79.          Caption         =   "Slide Down"
  80.          Height          =   255
  81.          Left            =   1200
  82.          TabIndex        =   23
  83.          Top             =   480
  84.          Width           =   1215
  85.       End
  86.       Begin VB.OptionButton SelD8 
  87.          Caption         =   "Bounce Right"
  88.          Height          =   255
  89.          Left            =   120
  90.          TabIndex        =   22
  91.          Top             =   720
  92.          Width           =   1335
  93.       End
  94.       Begin VB.OptionButton SelD9 
  95.          Caption         =   "Up/Down"
  96.          Height          =   255
  97.          Left            =   1440
  98.          TabIndex        =   21
  99.          Top             =   720
  100.          Width           =   1095
  101.       End
  102.       Begin VB.OptionButton SelD10 
  103.          Caption         =   "Left/Right"
  104.          Height          =   255
  105.          Left            =   2520
  106.          TabIndex        =   20
  107.          Top             =   720
  108.          Width           =   1095
  109.       End
  110.       Begin VB.OptionButton SelD11 
  111.          Caption         =   "Left-Up"
  112.          Height          =   255
  113.          Left            =   120
  114.          TabIndex        =   19
  115.          Top             =   960
  116.          Width           =   855
  117.       End
  118.       Begin VB.OptionButton SelD12 
  119.          Caption         =   "Left-Down"
  120.          Height          =   255
  121.          Left            =   960
  122.          TabIndex        =   18
  123.          Top             =   960
  124.          Width           =   1095
  125.       End
  126.       Begin VB.OptionButton SelD13 
  127.          Caption         =   "Right-Up"
  128.          Height          =   255
  129.          Left            =   2040
  130.          TabIndex        =   17
  131.          Top             =   960
  132.          Width           =   975
  133.       End
  134.       Begin VB.OptionButton SelD14 
  135.          Caption         =   "Right-Down"
  136.          Height          =   255
  137.          Left            =   3000
  138.          TabIndex        =   16
  139.          Top             =   960
  140.          Width           =   1190
  141.       End
  142.    End
  143.    Begin VB.Frame Frame1 
  144.       Caption         =   "Startup"
  145.       Height          =   1335
  146.       Left            =   120
  147.       TabIndex        =   0
  148.       Top             =   120
  149.       Width           =   4215
  150.       Begin VB.OptionButton SelU14 
  151.          Caption         =   "Right-Down"
  152.          Height          =   255
  153.          Left            =   3000
  154.          TabIndex        =   14
  155.          Top             =   960
  156.          Width           =   1190
  157.       End
  158.       Begin VB.OptionButton SelU13 
  159.          Caption         =   "Right-Up"
  160.          Height          =   255
  161.          Left            =   2040
  162.          TabIndex        =   13
  163.          Top             =   960
  164.          Width           =   975
  165.       End
  166.       Begin VB.OptionButton SelU12 
  167.          Caption         =   "Left-Down"
  168.          Height          =   255
  169.          Left            =   960
  170.          TabIndex        =   12
  171.          Top             =   960
  172.          Width           =   1095
  173.       End
  174.       Begin VB.OptionButton SelU11 
  175.          Caption         =   "Left-Up"
  176.          Height          =   255
  177.          Left            =   120
  178.          TabIndex        =   11
  179.          Top             =   960
  180.          Width           =   855
  181.       End
  182.       Begin VB.OptionButton SelU10 
  183.          Caption         =   "Left/Right"
  184.          Height          =   255
  185.          Left            =   2520
  186.          TabIndex        =   10
  187.          Top             =   720
  188.          Width           =   1095
  189.       End
  190.       Begin VB.OptionButton SelU9 
  191.          Caption         =   "Up/Down"
  192.          Height          =   255
  193.          Left            =   1440
  194.          TabIndex        =   9
  195.          Top             =   720
  196.          Width           =   1095
  197.       End
  198.       Begin VB.OptionButton SelU8 
  199.          Caption         =   "Bounce Right"
  200.          Height          =   255
  201.          Left            =   120
  202.          TabIndex        =   8
  203.          Top             =   720
  204.          Width           =   1335
  205.       End
  206.       Begin VB.OptionButton SelU6 
  207.          Caption         =   "Slide Down"
  208.          Height          =   255
  209.          Left            =   1200
  210.          TabIndex        =   7
  211.          Top             =   480
  212.          Width           =   1215
  213.       End
  214.       Begin VB.OptionButton SelU4 
  215.          Caption         =   "Slide Up"
  216.          Height          =   255
  217.          Left            =   3120
  218.          TabIndex        =   6
  219.          Top             =   240
  220.          Width           =   975
  221.       End
  222.       Begin VB.OptionButton SelU5 
  223.          Caption         =   "Slide Right"
  224.          Height          =   255
  225.          Left            =   120
  226.          TabIndex        =   5
  227.          Top             =   480
  228.          Width           =   1095
  229.       End
  230.       Begin VB.OptionButton SelU3 
  231.          Caption         =   "Slide Left"
  232.          Height          =   255
  233.          Left            =   2160
  234.          TabIndex        =   4
  235.          Top             =   240
  236.          Width           =   975
  237.       End
  238.       Begin VB.OptionButton SelU2 
  239.          Caption         =   "Zoom Out"
  240.          Height          =   255
  241.          Left            =   1080
  242.          TabIndex        =   3
  243.          Top             =   240
  244.          Width           =   1095
  245.       End
  246.       Begin VB.OptionButton SelU1 
  247.          Caption         =   "Zoom In"
  248.          Height          =   255
  249.          Left            =   120
  250.          TabIndex        =   2
  251.          Top             =   240
  252.          Value           =   -1  'True
  253.          Width           =   975
  254.       End
  255.       Begin VB.OptionBu